raar.behaviour
Interface RAFullComparable

All Superinterfaces:
RAEqualityComparable, java.io.Serializable
All Known Subinterfaces:
RAMathObject
All Known Implementing Classes:
RAMathExpression, RAReal, RARealPointer

public interface RAFullComparable
extends RAEqualityComparable


Method Summary
 boolean larger(RAFullComparable r)
           
 boolean largerEquals(RAFullComparable r)
           
 boolean smaller(RAFullComparable r)
           
 boolean smallerEquals(RAFullComparable r)
           
 
Methods inherited from interface raar.behaviour.RAEqualityComparable
equals
 

Method Detail

larger

public boolean larger(RAFullComparable r)
               throws RAException
Throws:
RAException

smaller

public boolean smaller(RAFullComparable r)
                throws RAException
Throws:
RAException

largerEquals

public boolean largerEquals(RAFullComparable r)
                     throws RAException
Throws:
RAException

smallerEquals

public boolean smallerEquals(RAFullComparable r)
                      throws RAException
Throws:
RAException